home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / spitfire / romreq10.zip / REQUEST.BAT < prev    next >
DOS Batch File  |  1996-03-09  |  402b  |  15 lines

  1. @ECHO OFF
  2. CD\SF\SFROM
  3. ROMREQ ROMREQ.CFG
  4. IF ERRORLEVEL 1 GOTO RUNROM
  5. IF ERRORLEVEL 0 GOTO END
  6. :RUNROM
  7. SFROM C:\SF\SFDOORS.DAT C:\SF\SFROM\SFROM.MAS
  8. GOTO END
  9. :END
  10. CD\SF
  11. REM Edit this file to your tastes, properly reflecting paths filenames etc.
  12. REM If you run non-standard IRQ's append IRQx to the command line, where x
  13. REM would represent the IRQ number. Like so: ROMREQ ROMREQ.CFG IRQx
  14.  
  15.